[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = https://github.com/contiki-os/contiki.git
[branch "master"]
	remote = origin
	merge = refs/heads/master
[submodule "tools/mspsim"]
	url = https://github.com/contiki-os/mspsim.git
[submodule "cpu/cc26xx-cc13xx/lib/cc13xxware"]
	url = https://github.com/contiki-os/cc13xxware.git
[submodule "cpu/cc26xx-cc13xx/lib/cc26xxware"]
	url = https://github.com/contiki-os/cc26xxware.git
[submodule "platform/stm32nucleo-spirit1/stm32cube-lib"]
	url = https://github.com/STclab/stm32nucleo-spirit1-lib
[submodule "tools/cc2538-bsl"]
	url = https://github.com/JelmerT/cc2538-bsl.git
[submodule "tools/sensniff"]
	url = https://github.com/g-oikonomou/sensniff.git
